io/fs.statDirEntry.IsDir (method, view implemented interface methods)

one use

	io/fs (current package)
		walk.go#L135: func (d *statDirEntry) IsDir() bool             { return d.info.IsDir() }